Satellite Info (1064.Sats) - #69
Conversation
|
Should this be able to take an array instead of one sat per message? |
|
Awesome, I think it might be helpful to get the for tightly coupled navigation systems Pseudorange (m?) Would also be great to get the GPS Navigation message and correction messages |
e85b5fd to
1638769
Compare
|
This would be awesome to get it, as it would greatly help for debugging and monitoring. |
|
This would be great to have, especially if constellation information was included. |
|
@tridge any update or feedback if this could make it in would be very welcome. |
It would be helpful for GPS debugging to get the satellite information. The information chosen reflects what is currently available from the PX4 uORB message. I structured the message as per-satellite instead of arrays to allow the CANnode to emit the data on-update and interleaved with the higher rate GNSS sensor messages.
https://github.com/PX4/PX4-Autopilot/blob/main/msg/SatelliteInfo.msg
But I think there are probably other metrics worth considering adding to the message. I'm opening this now to start a discussion.